Does anyone know how I can create a no-cost server certificate for IIS
(version 5.1) myself, using OpenSSL or something similar? I really
don't need a $1000 certificate from VeriSign or one of the other
crooks. I am not running a public server, I just want to use SSL to
keep my ISP from listening into my traffic and I know all my clients
(in the technical as well as the business sense), so I can just pass
the certificate around by floppy disk and people manually install it
in their Internet Explorers.
The stupid thing is I already managed to do it once by futzing around
with OpenSSL, I just can't reproduce it anymore. I remember that IIS
won't accept a self-signed certificate, so I'd have to create my own
root certificate first and then a second certificate for the server
and then sign the latter with the first.
Please give me complete instructions such as "type this and that" and
"then copy that file there" etc. Use a fictional servername like
"demo.com". I have an understanding of the concepts of RSA,
certificates and signatures but not the details such as file formats
and the tools involved, and I don't care. |